Skip to content

Commit

Permalink
pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
chamini2 committed Oct 30, 2024
1 parent f3ad6fa commit 7841bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
deps: ["pydantic==1.10.12", "pydantic==2.5.0"]
deps: ["pydantic==1.10.18", "pydantic==2.5.0"]
# TODO: Test Python 3.13
python: ["3.8", "3.12"]
steps:
Expand Down
2 changes: 1 addition & 1 deletion projects/fal/tests/test_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def container_addition_app(input: Input) -> Output:

@fal.function(
keep_alive=300,
requirements=["fastapi", "uvicorn", "pydantic==1.10.12"],
requirements=["fastapi", "uvicorn", "pydantic==1.10.18"],
machine_type="S",
max_concurrency=1,
max_multiplexing=30,
Expand Down

0 comments on commit 7841bac

Please sign in to comment.