We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872811d commit 238d21bCopy full SHA for 238d21b
2 files changed
pyproject.toml
@@ -14,7 +14,7 @@ dependencies = [
14
"psycopg[binary]==3.2.9",
15
"plotly-express==0.4.1",
16
"googletrans-py==4.0.0",
17
- "openai==1.96.1",
+ "openai==1.97.0",
18
"flexdown>=0.2.0",
19
"reflex @ git+https://github.com/reflex-dev/reflex@main",
20
"mistletoe>=1.2.1",
@@ -23,8 +23,9 @@ dependencies = [
23
"reflex-pyplot==0.2.1",
24
"reflex-enterprise>=0.3.1a2",
25
"requests>=2.32.3",
26
- "posthog==6.1.0",
+ "posthog==6.1.1",
27
"typesense>=1.1.1",
28
+ "fastapi"
29
]
30
31
[dependency-groups]
0 commit comments