diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7a20ba07e..3d6cb6dbb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.69.2](https://github.com/materialsproject/maggma/tree/v0.69.2) (2024-08-16) + +[Full Changelog](https://github.com/materialsproject/maggma/compare/v0.69.1...v0.69.2) + +**Merged pull requests:** + +- capability to configure query on request [\#985](https://github.com/materialsproject/maggma/pull/985) ([yang-ruoxi](https://github.com/yang-ruoxi)) +- Automated dependency upgrades [\#983](https://github.com/materialsproject/maggma/pull/983) ([github-actions[bot]](https://github.com/apps/github-actions)) + ## [v0.69.1](https://github.com/materialsproject/maggma/tree/v0.69.1) (2024-07-24) [Full Changelog](https://github.com/materialsproject/maggma/compare/v0.69.0...v0.69.1) @@ -335,7 +344,7 @@ ## [v0.57.0](https://github.com/materialsproject/maggma/tree/v0.57.0) (2023-09-26) -[Full Changelog](https://github.com/materialsproject/maggma/compare/v0.56.0...v0.57.0) +[Full Changelog](https://github.com/materialsproject/maggma/compare/v0.55.0...v0.57.0) **Merged pull requests:** @@ -345,13 +354,13 @@ - Automated dependency upgrades [\#860](https://github.com/materialsproject/maggma/pull/860) ([github-actions[bot]](https://github.com/apps/github-actions)) - Update @arosen93 to @Andrew-S-Rosen [\#859](https://github.com/materialsproject/maggma/pull/859) ([Andrew-S-Rosen](https://github.com/Andrew-S-Rosen)) -## [v0.56.0](https://github.com/materialsproject/maggma/tree/v0.56.0) (2023-09-06) +## [v0.55.0](https://github.com/materialsproject/maggma/tree/v0.55.0) (2023-09-06) -[Full Changelog](https://github.com/materialsproject/maggma/compare/v0.55.0...v0.56.0) +[Full Changelog](https://github.com/materialsproject/maggma/compare/v0.56.0...v0.55.0) -## [v0.55.0](https://github.com/materialsproject/maggma/tree/v0.55.0) (2023-09-06) +## [v0.56.0](https://github.com/materialsproject/maggma/tree/v0.56.0) (2023-09-06) -[Full Changelog](https://github.com/materialsproject/maggma/compare/v0.54.0...v0.55.0) +[Full Changelog](https://github.com/materialsproject/maggma/compare/v0.54.0...v0.56.0) **Closed issues:** diff --git a/pyproject.toml b/pyproject.toml index 832d07931..80e64d872 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pandas>=2.2", "jsonlines>=4.0.0", "aioitertools>=0.5.1", - "numpy>=1.17.3, <2", + "numpy>=1.17.3", "pyzmq>=25.1.1", "dnspython>=1.16.0", "sshtunnel>=0.1.5",