We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c581e07 commit bf3a5ebCopy full SHA for bf3a5eb
2 files changed
agentops/helpers.py
@@ -128,7 +128,6 @@ def get_agentops_version():
128
129
def check_agentops_update():
130
try:
131
- # Use requests instead of http.client
132
response = requests.get("https://pypi.org/pypi/agentops/json")
133
134
if response.status_code == 200:
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "agentops"
7
-version = "0.3.14"
+version = "0.3.15rc1"
8
authors = [
9
{ name="Alex Reibman", email="areibman@gmail.com" },
10
{ name="Shawn Qiu", email="siyangqiu@gmail.com" },
0 commit comments