Skip to content

Commit

Permalink
chore: bump FastAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Sep 5, 2024
1 parent 6d30762 commit 77ffb69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions faststream/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
ModelVar = TypeVar("ModelVar", bound=BaseModel)


IS_OPTIMIZED = os.getenv("PYTHONOPTIMIZE", False)


def is_test_env() -> bool:
return bool(os.getenv("PYTEST_CURRENT_TEST"))

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ test-core = [

testing = [
"faststream[test-core]",
"fastapi==0.112.2",
"fastapi==0.112.3",
"pydantic-settings>=2.0.0,<3.0.0",
"httpx==0.27.2",
"PyYAML==6.0.2",
Expand Down

0 comments on commit 77ffb69

Please sign in to comment.