We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192e5c5 commit b195b7cCopy full SHA for b195b7c
requirements/app/base.txt
@@ -1,4 +1,4 @@
1
-lightning-cloud>=0.5.12
+lightning-cloud>=0.5.12, <=0.5.16
2
packaging
3
typing-extensions>=4.0.0, <=4.4.0
4
deepdiff>=5.7.0, <6.2.3
@@ -9,6 +9,19 @@ traitlets>=5.3.0, <=5.4.0
9
arrow>=1.2.0, <1.2.4
10
lightning-utilities>=0.4.2, <0.5.0
11
beautifulsoup4>=4.8.0, <4.11.2
12
-inquirer>=2.10.0
+inquirer>=2.10.0, <=3.1.2
13
psutil<5.9.4
14
click<=8.1.3
15
+fastapi<0.89.0 # strict; TODO: broken serializations
16
+
17
+dateutils<=0.6.12
18
+Jinja2<=3.1.2
19
+pydantic<=1.10.4
20
+PyYAML<=6.0
21
+requests<=2.28.1
22
+rich<=13.0.1
23
+starlette<=0.22.0
24
+urllib3<=1.26.13
25
+uvicorn<=0.17.6
26
+websocket-client<=1.3.3
27
+websockets<=10.4
0 commit comments