even tighter version

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-09-10 10:14:50 -07:00
parent 4cda588d38
commit 1d4f466dcb
4 changed files with 837 additions and 835 deletions

View File

@ -6,12 +6,14 @@ on:
- '**.py'
- .github/workflows/build-test.yml
- 'pyproject.toml'
- 'poetry.lock'
- 'spec.json'
pull_request:
paths:
- '**.py'
- .github/workflows/build-test.yml
- 'pyproject.toml'
- 'poetry.lock'
- 'spec.json'
workflow_dispatch:
inputs:

File diff suppressed because it is too large Load Diff

2
poetry.lock generated
View File

@ -3387,4 +3387,4 @@ reference = "pypi-public"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "f40e6ca83e1aeda68cfd0fe8694cd08817540dcb2788410629b73d7e0b264d08"
content-hash = "bb491699bbd6bf0b25c68b61c7f3f456d7b365a7e792de30680cb55e71c3eea1"

View File

@ -22,7 +22,7 @@ python = ">=3.9,<4.0"
python-dateutil = "^2.8.0"
websockets = "^11.0.3"
pymongo = "^4.6.0"
pydantic = ">=2.5.2,<2.9.0"
pydantic = ">=2.5.2,<2.8.3"
pydantic-extra-types = "^2.1.0"
[tool.poetry.dev-dependencies]