downgrade rpds-py to 0.10.3 which is not broken on nix (#2027)

This commit is contained in:
Pavol Rusnak 2023-10-12 20:14:16 +02:00 committed by GitHub
parent 6457f7b5e6
commit 00c3b69c7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 102 additions and 101 deletions

View file

@ -52,6 +52,9 @@ types-protobuf = "^4.24.0.2"
pre-commit = "^3.2.2"
openapi-spec-validator = "^0.6.0"
ruff = "^0.0.291"
# not our dependency but needed indirectly by openapi-spec-validator
# we want to use 0.10.3 because newer versions are broken on nix
rpds-py = "0.10.3"
[build-system]
requires = ["poetry-core>=1.0.0"]