Skip to content

Commit

Permalink
release version 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismana committed May 16, 2024
1 parent bb8c2ae commit 96232a3
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 45 deletions.
12 changes: 6 additions & 6 deletions pytapir.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Metadata-Version: 2.1
Name: pytapir
Version: 0.45.0
Version: 0.48.0
Summary: pytapir — tapir python packages
Home-page: https://pytapir.io/
Download-URL: https://github.com/stroeer/pytapir/archive/0.45.0.tar.gz
Download-URL: https://github.com/stroeer/pytapir/archive/0.48.0.tar.gz
Author: thisismana
Author-email: [email protected]
License: Apache2
Expand Down Expand Up @@ -67,10 +67,10 @@ The lambda layer contains everything you'll need to invoke our gRPC services. Se

| tapir version | Python Version | Arch | ARN |
|:-------------:|----------------|--------|:-----------------------------------------------------------------:|
| 0.45.0 | 3.11 | arm64 | `arn:aws:lambda:eu-west-1:053041861227:layer:PyTapir-311-Arm64:2` |
| 0.45.0 | 3.11 | x86_64 | `arn:aws:lambda:eu-west-1:053041861227:layer:PyTapir-311-Amd64:2` |
| 0.45.0 | 3.12 | arm64 | `arn:aws:lambda:eu-west-1:053041861227:layer:PyTapir-312-Arm64:2` |
| 0.45.0 | 3.12 | x86_64 | `arn:aws:lambda:eu-west-1:053041861227:layer:PyTapir-312-Amd64:2` |
| 0.45.0 | 3.11 | arm64 | `arn:aws:lambda:eu-west-1:053041861227:layer:PyTapir-311-Arm64:3` |
| 0.45.0 | 3.11 | x86_64 | `arn:aws:lambda:eu-west-1:053041861227:layer:PyTapir-311-Amd64:3` |
| 0.45.0 | 3.12 | arm64 | `arn:aws:lambda:eu-west-1:053041861227:layer:PyTapir-312-Arm64:3` |
| 0.45.0 | 3.12 | x86_64 | `arn:aws:lambda:eu-west-1:053041861227:layer:PyTapir-312-Amd64:3` |

# Build tapir

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ grpcio~=1.60.0
grpcio-tools~=1.60.0
protobuf~=4.25.1
six~=1.16.0
setuptools~=69.5.1
2 changes: 1 addition & 1 deletion stroeer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
pytapir — tapir python packages
"""

__version__ = "0.45.0"
__version__ = "0.48.0"
__author__ = 'thisismana'
__licence__ = 'Apache2'
60 changes: 30 additions & 30 deletions stroeer/core/v1/article_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 96232a3

Please sign in to comment.