@@ -13,8 +13,9 @@ dependencies = [
1313 ' ansible-risk-insight~=0.2.7' ,
1414 ' ansible-lint~=24.2.2' ,
1515 ' boto3~=1.40' ,
16+ ' cython' ,
1617 ' daphne~=4.1.2' ,
17- ' Django~=4.2.26 ' ,
18+ ' Django~=4.2.27 ' ,
1819 ' django-deprecate-fields~=0.1.1' ,
1920 ' django-extensions~=3.2.1' ,
2021 ' django-health-check~=3.17.0' ,
@@ -29,31 +30,32 @@ dependencies = [
2930 ' jwcrypto~=1.5.6' ,
3031 ' jinja2~=3.1.6' ,
3132 ' langchain~=0.3.10' ,
33+ ' langchain-core>=0.3.80' ,
3234 ' langchain-ollama~=0.3.5' ,
3335 ' langchain-text-splitters~=0.3.11' ,
3436 ' launchdarkly-server-sdk~=8.3.0' ,
3537 ' llama-stack-client>=0.2.12' ,
3638 ' protobuf~=5.29.5' ,
37- ' psycopg~=3.1.8 ' ,
39+ ' psycopg~=3.2.3 ' ,
3840 ' PyDrive2~=1.20.0' ,
3941 ' pydantic==2.*' ,
4042 ' pytz' ,
41- ' PyYAML~ =6.0' ,
42- ' requests~=2.32.0 ' ,
43+ ' PyYAML> =6.0' ,
44+ ' requests~=2.32.3 ' ,
4345 ' segment-analytics-python~=2.2.2' ,
4446 ' slack-sdk~=3.31.0' ,
4547 ' social-auth-app-django~=5.4.1' ,
4648 ' social-auth-core[openidconnect]>=4.4.2' ,
47- ' urllib3>=2.4 ' ,
48- ' uwsgi~=2.0.22 ' ,
49+ ' urllib3>=2.6.0 ' ,
50+ ' uwsgi~=2.0.28 ' ,
4951 ' uwsgi-readiness-check~=0.2.0' ,
5052 ' django-allow-cidr' ,
5153 ' django-csp~=3.7' ,
5254 ' django-ansible-base[jwt-consumer,resource-registry]>=2025.8.18' ,
5355]
5456readme = " README.rst"
5557license = {text = " Apache-2.0" }
56- requires-python = " >=3.11 "
58+ requires-python = " >=3.12 "
5759classifiers = [
5860 " Framework :: Django" ,
5961 " Programming Language :: Python :: 3" ,
@@ -101,5 +103,5 @@ exclude = ["**/test_*.py", "ansible_ai_connect/*/migrations/*.py"]
101103reportMissingImports = false
102104reportMissingTypeStubs = false
103105
104- pythonVersion = " 3.11 "
106+ pythonVersion = " 3.12 "
105107pythonPlatform = " Linux"
0 commit comments