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 4381ca7 commit 20e9472Copy full SHA for 20e9472
clean-install-dev.sh
@@ -19,7 +19,7 @@ source ./_installation_tools.sh
19
20
create_venv
21
22
-upgrade_pip_or_uv
+upgrade_pip
23
24
./install-all-dev.sh
25
pyagentspec/constraints/constraints.txt
@@ -2,6 +2,7 @@ jsonschema==4.23.0
2
pydantic==2.12.4
3
pyyaml==6.0.3
4
httpx==0.28.1
5
+urllib3==2.6.2
6
7
# AutoGen adapter
8
autogen-core==0.7.4
pyagentspec/setup.py
@@ -56,6 +56,7 @@ def read(file_name):
56
"pydantic>=2.10,<2.13",
57
"pyyaml>=6,<7",
58
"httpx>0.28.0",
59
+ "urllib3>=2.5.0", # needed to avoid a CVE present on earlier versions
60
],
61
test_suite="tests",
62
entry_points={
0 commit comments