Skip to content

Commit

Permalink
Merge pull request #253 from xhdnoah/feat/middleware-from-env
Browse files Browse the repository at this point in the history
feat: pip lock
  • Loading branch information
nicholasxuu authored Dec 26, 2024
2 parents d59c527 + 23c7839 commit 1f757fe
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## [3.1.3] - 2024-12-26
### Added
- Lock requirements using pip-tools

## [3.1.2] - 2024-12-18
### Added
- Support reading grpc middlewares from env and removing duplicates according to config middlewares
Expand Down
7 changes: 7 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
grpcio>=1.27.0,<1.49.0
grpcio-tools>=1.27.0,<1.49.0
grpcio-reflection
protobuf<4.0.0
pendulum<3.0.0
blinker
jinja2
48 changes: 41 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,41 @@
grpcio>=1.27.0,<1.49.0
grpcio-tools>=1.27.0,<1.49.0
grpcio-reflection
protobuf<4.0.0
pendulum
blinker
jinja2
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --index-url=https://mirrors.aliyun.com/pypi/simple --output-file=requirements.txt requirements.in
#
--index-url https://mirrors.aliyun.com/pypi/simple

blinker==1.9.0
# via -r requirements.in
grpcio==1.48.2
# via
# -r requirements.in
# grpcio-reflection
# grpcio-tools
grpcio-reflection==1.48.2
# via -r requirements.in
grpcio-tools==1.48.2
# via -r requirements.in
jinja2==3.1.5
# via -r requirements.in
markupsafe==3.0.2
# via jinja2
pendulum==2.1.2
# via -r requirements.in
protobuf==3.20.3
# via
# -r requirements.in
# grpcio-reflection
# grpcio-tools
python-dateutil==2.9.0.post0
# via pendulum
pytzdata==2020.1
# via pendulum
six==1.17.0
# via
# grpcio
# python-dateutil

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

0 comments on commit 1f757fe

Please sign in to comment.