Compare commits

..

10 Commits

Author SHA1 Message Date
pacnpal
d99c7b973b Merge pull request #28 from pacnpal/dependabot/pip/pydantic-2.11.4 2026-01-17 12:47:25 -05:00
dependabot[bot]
a858acf4bb fix(deps): bump pydantic from 2.10.6 to 2.11.4
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.6 to 2.11.4.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.10.6...v2.11.4)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-17 17:43:31 +00:00
pacnpal
05ff931ed3 Merge pull request #27 from pacnpal/dependabot/pip/pydantic-settings-2.9.1 2026-01-17 12:42:04 -05:00
pacnpal
3ea87de40e Merge pull request #24 from pacnpal/dependabot/pip/python-dotenv-1.1.0 2026-01-17 12:41:51 -05:00
pacnpal
577063e1c6 Merge pull request #22 from pacnpal/dependabot/pip/fastapi-0.115.12 2026-01-17 12:41:39 -05:00
pacnpal
519f231b6d Merge pull request #21 from pacnpal/dependabot/pip/jinja2-3.1.6 2026-01-17 12:41:16 -05:00
dependabot[bot]
73bf12b083 fix(deps): bump pydantic-settings from 2.7.1 to 2.9.1
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.7.1 to 2.9.1.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.7.1...v2.9.1)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 12:06:57 +00:00
dependabot[bot]
55ecee5407 fix(deps): bump python-dotenv from 1.0.1 to 1.1.0
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 11:56:56 +00:00
dependabot[bot]
8629bfc822 fix(deps): bump fastapi from 0.115.8 to 0.115.12
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.8 to 0.115.12.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.115.8...0.115.12)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 12:51:33 +00:00
dependabot[bot]
1d33ebdc36 fix(deps): bump jinja2 from 3.1.5 to 3.1.6
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 12:03:03 +00:00

View File

@@ -1,11 +1,11 @@
fastapi==0.115.8
fastapi==0.115.12
uvicorn==0.34.0
python-dotenv==1.0.1
python-dotenv==1.1.0
httpx==0.28.1
pydantic==2.10.6
pydantic-settings==2.7.1
pydantic==2.12.5
pydantic-settings==2.9.1
pytest>=7.4.4
pytest-asyncio>=0.25.2
python-multipart==0.0.20
jinja2==3.1.5
jinja2==3.1.6
slowapi==0.1.9