Spaces:
Sleeping
Sleeping
add missing package
Browse files- pyproject.toml +1 -0
- uv.lock +14 -0
pyproject.toml
CHANGED
|
@@ -11,6 +11,7 @@ dependencies = [
|
|
| 11 |
"fastapi[standard]>=0.117.1",
|
| 12 |
"google-genai>=1.61.0",
|
| 13 |
"groq>=1.0.0",
|
|
|
|
| 14 |
"langchain-community>=0.3.29",
|
| 15 |
"langchain-openai>=0.3.33",
|
| 16 |
"openai>=1.109.0",
|
|
|
|
| 11 |
"fastapi[standard]>=0.117.1",
|
| 12 |
"google-genai>=1.61.0",
|
| 13 |
"groq>=1.0.0",
|
| 14 |
+
"jwt>=1.4.0",
|
| 15 |
"langchain-community>=0.3.29",
|
| 16 |
"langchain-openai>=0.3.33",
|
| 17 |
"openai>=1.109.0",
|
uv.lock
CHANGED
|
@@ -990,6 +990,18 @@ wheels = [
|
|
| 990 |
{ url = "https://files.pythonhosted.org/packages/71/92/5e77f98553e9e75130c78900d000368476aed74276eb8ae8796f65f00918/jsonpointer-3.0.0-py2.py3-none-any.whl", hash = "sha256:13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942", size = 7595, upload-time = "2024-06-10T19:24:40.698Z" },
|
| 991 |
]
|
| 992 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 993 |
[[package]]
|
| 994 |
name = "langchain"
|
| 995 |
version = "0.3.27"
|
|
@@ -2115,6 +2127,7 @@ dependencies = [
|
|
| 2115 |
{ name = "fastapi", extra = ["standard"] },
|
| 2116 |
{ name = "google-genai" },
|
| 2117 |
{ name = "groq" },
|
|
|
|
| 2118 |
{ name = "langchain-community" },
|
| 2119 |
{ name = "langchain-openai" },
|
| 2120 |
{ name = "openai" },
|
|
@@ -2134,6 +2147,7 @@ requires-dist = [
|
|
| 2134 |
{ name = "fastapi", extras = ["standard"], specifier = ">=0.117.1" },
|
| 2135 |
{ name = "google-genai", specifier = ">=1.61.0" },
|
| 2136 |
{ name = "groq", specifier = ">=1.0.0" },
|
|
|
|
| 2137 |
{ name = "langchain-community", specifier = ">=0.3.29" },
|
| 2138 |
{ name = "langchain-openai", specifier = ">=0.3.33" },
|
| 2139 |
{ name = "openai", specifier = ">=1.109.0" },
|
|
|
|
| 990 |
{ url = "https://files.pythonhosted.org/packages/71/92/5e77f98553e9e75130c78900d000368476aed74276eb8ae8796f65f00918/jsonpointer-3.0.0-py2.py3-none-any.whl", hash = "sha256:13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942", size = 7595, upload-time = "2024-06-10T19:24:40.698Z" },
|
| 991 |
]
|
| 992 |
|
| 993 |
+
[[package]]
|
| 994 |
+
name = "jwt"
|
| 995 |
+
version = "1.4.0"
|
| 996 |
+
source = { registry = "https://pypi.org/simple" }
|
| 997 |
+
dependencies = [
|
| 998 |
+
{ name = "cryptography" },
|
| 999 |
+
]
|
| 1000 |
+
sdist = { url = "https://files.pythonhosted.org/packages/7f/20/21254c9e601e6c29445d1e8854c2a81bdb554e07a82fb1f9846137a6965c/jwt-1.4.0.tar.gz", hash = "sha256:f6f789128ac247142c79ee10f3dba6e366ec4e77c9920d18c1592e28aa0a7952", size = 24911, upload-time = "2025-06-23T13:28:38.289Z" }
|
| 1001 |
+
wheels = [
|
| 1002 |
+
{ url = "https://files.pythonhosted.org/packages/b9/80/34e3fae850adb0b7b8b9b1cf02b2d975fcb68e0e8eb7d56d6b4fc23f7433/jwt-1.4.0-py3-none-any.whl", hash = "sha256:7560a7f1de4f90de94ac645ee0303ac60c95b9e08e058fb69f6c330f71d71b11", size = 18248, upload-time = "2025-06-23T13:28:37.012Z" },
|
| 1003 |
+
]
|
| 1004 |
+
|
| 1005 |
[[package]]
|
| 1006 |
name = "langchain"
|
| 1007 |
version = "0.3.27"
|
|
|
|
| 2127 |
{ name = "fastapi", extra = ["standard"] },
|
| 2128 |
{ name = "google-genai" },
|
| 2129 |
{ name = "groq" },
|
| 2130 |
+
{ name = "jwt" },
|
| 2131 |
{ name = "langchain-community" },
|
| 2132 |
{ name = "langchain-openai" },
|
| 2133 |
{ name = "openai" },
|
|
|
|
| 2147 |
{ name = "fastapi", extras = ["standard"], specifier = ">=0.117.1" },
|
| 2148 |
{ name = "google-genai", specifier = ">=1.61.0" },
|
| 2149 |
{ name = "groq", specifier = ">=1.0.0" },
|
| 2150 |
+
{ name = "jwt", specifier = ">=1.4.0" },
|
| 2151 |
{ name = "langchain-community", specifier = ">=0.3.29" },
|
| 2152 |
{ name = "langchain-openai", specifier = ">=0.3.33" },
|
| 2153 |
{ name = "openai", specifier = ">=1.109.0" },
|