Spaces:
Sleeping
Sleeping
fix package issue
Browse files- pyproject.toml +1 -1
- uv.lock +11 -14
pyproject.toml
CHANGED
|
@@ -11,13 +11,13 @@ dependencies = [
|
|
| 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",
|
| 18 |
"pandas>=2.3.2",
|
| 19 |
"pinecone>=7.3.0",
|
| 20 |
"pinecone-text>=0.11.0",
|
|
|
|
| 21 |
"python-dotenv>=1.1.1",
|
| 22 |
"redis>=6.4.0",
|
| 23 |
"uvicorn>=0.37.0",
|
|
|
|
| 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",
|
| 17 |
"pandas>=2.3.2",
|
| 18 |
"pinecone>=7.3.0",
|
| 19 |
"pinecone-text>=0.11.0",
|
| 20 |
+
"pyjwt>=2.11.0",
|
| 21 |
"python-dotenv>=1.1.1",
|
| 22 |
"redis>=6.4.0",
|
| 23 |
"uvicorn>=0.37.0",
|
uv.lock
CHANGED
|
@@ -990,18 +990,6 @@ 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 = "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"
|
|
@@ -1810,6 +1798,15 @@ wheels = [
|
|
| 1810 |
{ url = "https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b", size = 1225217, upload-time = "2025-06-21T13:39:07.939Z" },
|
| 1811 |
]
|
| 1812 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1813 |
[[package]]
|
| 1814 |
name = "python-dateutil"
|
| 1815 |
version = "2.9.0.post0"
|
|
@@ -2127,13 +2124,13 @@ dependencies = [
|
|
| 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" },
|
| 2134 |
{ name = "pandas" },
|
| 2135 |
{ name = "pinecone" },
|
| 2136 |
{ name = "pinecone-text" },
|
|
|
|
| 2137 |
{ name = "python-dotenv" },
|
| 2138 |
{ name = "redis" },
|
| 2139 |
{ name = "uvicorn" },
|
|
@@ -2147,13 +2144,13 @@ requires-dist = [
|
|
| 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" },
|
| 2154 |
{ name = "pandas", specifier = ">=2.3.2" },
|
| 2155 |
{ name = "pinecone", specifier = ">=7.3.0" },
|
| 2156 |
{ name = "pinecone-text", specifier = ">=0.11.0" },
|
|
|
|
| 2157 |
{ name = "python-dotenv", specifier = ">=1.1.1" },
|
| 2158 |
{ name = "redis", specifier = ">=6.4.0" },
|
| 2159 |
{ name = "uvicorn", specifier = ">=0.37.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 = "langchain"
|
| 995 |
version = "0.3.27"
|
|
|
|
| 1798 |
{ url = "https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b", size = 1225217, upload-time = "2025-06-21T13:39:07.939Z" },
|
| 1799 |
]
|
| 1800 |
|
| 1801 |
+
[[package]]
|
| 1802 |
+
name = "pyjwt"
|
| 1803 |
+
version = "2.11.0"
|
| 1804 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1805 |
+
sdist = { url = "https://files.pythonhosted.org/packages/5c/5a/b46fa56bf322901eee5b0454a34343cdbdae202cd421775a8ee4e42fd519/pyjwt-2.11.0.tar.gz", hash = "sha256:35f95c1f0fbe5d5ba6e43f00271c275f7a1a4db1dab27bf708073b75318ea623", size = 98019, upload-time = "2026-01-30T19:59:55.694Z" }
|
| 1806 |
+
wheels = [
|
| 1807 |
+
{ url = "https://files.pythonhosted.org/packages/6f/01/c26ce75ba460d5cd503da9e13b21a33804d38c2165dec7b716d06b13010c/pyjwt-2.11.0-py3-none-any.whl", hash = "sha256:94a6bde30eb5c8e04fee991062b534071fd1439ef58d2adc9ccb823e7bcd0469", size = 28224, upload-time = "2026-01-30T19:59:54.539Z" },
|
| 1808 |
+
]
|
| 1809 |
+
|
| 1810 |
[[package]]
|
| 1811 |
name = "python-dateutil"
|
| 1812 |
version = "2.9.0.post0"
|
|
|
|
| 2124 |
{ name = "fastapi", extra = ["standard"] },
|
| 2125 |
{ name = "google-genai" },
|
| 2126 |
{ name = "groq" },
|
|
|
|
| 2127 |
{ name = "langchain-community" },
|
| 2128 |
{ name = "langchain-openai" },
|
| 2129 |
{ name = "openai" },
|
| 2130 |
{ name = "pandas" },
|
| 2131 |
{ name = "pinecone" },
|
| 2132 |
{ name = "pinecone-text" },
|
| 2133 |
+
{ name = "pyjwt" },
|
| 2134 |
{ name = "python-dotenv" },
|
| 2135 |
{ name = "redis" },
|
| 2136 |
{ name = "uvicorn" },
|
|
|
|
| 2144 |
{ name = "fastapi", extras = ["standard"], specifier = ">=0.117.1" },
|
| 2145 |
{ name = "google-genai", specifier = ">=1.61.0" },
|
| 2146 |
{ name = "groq", specifier = ">=1.0.0" },
|
|
|
|
| 2147 |
{ name = "langchain-community", specifier = ">=0.3.29" },
|
| 2148 |
{ name = "langchain-openai", specifier = ">=0.3.33" },
|
| 2149 |
{ name = "openai", specifier = ">=1.109.0" },
|
| 2150 |
{ name = "pandas", specifier = ">=2.3.2" },
|
| 2151 |
{ name = "pinecone", specifier = ">=7.3.0" },
|
| 2152 |
{ name = "pinecone-text", specifier = ">=0.11.0" },
|
| 2153 |
+
{ name = "pyjwt", specifier = ">=2.11.0" },
|
| 2154 |
{ name = "python-dotenv", specifier = ">=1.1.1" },
|
| 2155 |
{ name = "redis", specifier = ">=6.4.0" },
|
| 2156 |
{ name = "uvicorn", specifier = ">=0.37.0" },
|