Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pin xmlsec to fixed version #22394

Merged
merged 2 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,16 @@ drf-spectacular==0.27.1
geoip2==4.6.0
google-cloud-bigquery==3.11.4
gunicorn==20.1.0
hogql-parser==1.0.8
nh3==0.2.14
infi-clickhouse-orm@ git+https://github.com/PostHog/infi.clickhouse_orm@9578c79f29635ee2c1d01b7979e89adab8383de2
kafka-python==2.0.2
kombu==5.3.2
lxml==5.2.1 # only needed until python3-saml supports xmlsec==1.3.14
lzstring==1.0.4
natsort==8.4.0
nanoid==2.0.0
nh3==0.2.14
numpy==1.23.3
openpyxl==3.1.2
orjson==3.9.10
Expand Down Expand Up @@ -89,6 +93,5 @@ django-two-factor-auth==1.14.0
phonenumberslite==8.13.6
openai==1.10.0
tiktoken==0.6.0
nh3==0.2.14
hogql-parser==1.0.8
xmlsec==1.3.14 # only needed until python3-saml supports xmlsec==1.3.14
zxcvbn==4.4.28
37 changes: 18 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
#
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt
aioboto3==12.0.0
# via -r requirements.in
aiobotocore[boto3]==2.7.0
aiobotocore==2.7.0
# via
# aioboto3
# s3fs
Expand Down Expand Up @@ -244,7 +240,7 @@ gitpython==3.1.40
# via dlt
giturlparse==0.12.0
# via dlt
google-api-core[grpc]==2.11.1
google-api-core==2.11.1
# via
# google-cloud-bigquery
# google-cloud-core
Expand All @@ -264,8 +260,6 @@ googleapis-common-protos==1.60.0
# via
# google-api-core
# grpcio-status
greenlet==3.0.3
# via sqlalchemy
grpcio==1.57.0
# via
# google-api-core
Expand Down Expand Up @@ -326,8 +320,9 @@ kombu==5.3.2
# via
# -r requirements.in
# celery
lxml==4.9.4
lxml==5.2.1
# via
# -r requirements.in
# python3-saml
# toronado
# xmlsec
Expand Down Expand Up @@ -420,7 +415,7 @@ protobuf==4.22.1
# grpcio-status
# proto-plus
# temporalio
psycopg[binary]==3.1.18
psycopg==3.1.18
# via -r requirements.in
psycopg-binary==3.1.18
# via psycopg
Expand Down Expand Up @@ -546,8 +541,13 @@ semantic-version==2.8.5
# via -r requirements.in
semver==3.0.2
# via dlt
sentry-sdk[celery,clickhouse-driver,django,openai]==1.44.1
sentry-sdk==1.44.1
# via -r requirements.in
setuptools==70.0.0
# via
# dlt
# gunicorn
# infi-clickhouse-orm
simplejson==3.19.2
# via dlt
six==1.16.0
Expand Down Expand Up @@ -654,7 +654,7 @@ unicodecsv==0.14.1
# via djangorestframework-csv
uritemplate==4.1.1
# via drf-spectacular
urllib3[secure,socks]==1.26.18
urllib3==1.26.18
# via
# botocore
# django-revproxy
Expand Down Expand Up @@ -682,12 +682,11 @@ wrapt==1.15.0
# via aiobotocore
wsproto==1.1.0
# via trio-websocket
xmlsec==1.3.13
# via python3-saml
xmlsec==1.3.14
# via
# -r requirements.in
# python3-saml
yarl==1.7.2
# via aiohttp
zxcvbn==4.4.28
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading